decision tree in IVR

Terms from Artificial Intelligence: humans at the heart of algorithms

The glossary is being gradually proof checked, but currently has many typos and misspellings.

The decision tree in an interactive voice response (IVR) system is a sort of script that says what questions or prompts the system should say and what are accepted inputs from the user. The simplest forms will use text to speech for the computer utterences and then use the phone number pad to choose between fixed alternatuves. More sophisticated systems may use speech recognition to allow a greater range of human inputs. IVR decsion trees are often built using graphical interfaces with flow lines between prompt-response blocks.

Note: this is related to, but different from the use of decision trees in machine learning

Used in Chap. 19: page 298